home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / kc100.zip / KC.BAT < prev    next >
DOS Batch File  |  1997-05-31  |  473b  |  11 lines

  1. @ECHO OFF
  2. Rem ┌─────────────────────────────────────────────────────────────────────────┐
  3. Rem │The entire function of this batch file is to change the directory to     │
  4. Rem │your KC directory before running KCRUN.EXE. If KCRUN.EXE is executed from│
  5. Rem │a directory other than its own, IT WILL NOT WORK!                        │
  6. Rem └─────────────────────────────────────────────────────────────────────────┘
  7. CD \KC
  8. KCRUN %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. CD \BBS
  10. EXIT
  11.